/*分页样式*/
.div_currpage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}
.div_currpage a, .div_currpage span {
  padding: 4px 10px;
  line-height: 35px;
  border: 1px solid #eeeeee;
  font-family: Arial;
  text-align: center;
  display: inline;
  margin-top: 10px;
}
.div_currpage span, .div_currpage a:hover {
  background: #01a4b7;
  border: 1px solid #eeeeee;
  color: #fff;
}